Enable debug=y by default in the build.
authorKeir Fraser <keir.fraser@citrix.com>
Tue, 6 Apr 2010 06:16:47 +0000 (07:16 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Tue, 6 Apr 2010 06:16:47 +0000 (07:16 +0100)
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Config.mk

index a94aceac4e57235b391be3492e080875e060f6ed..6d6fb78c48ad1289e4179be1fe7b11009a383014 100644 (file)
--- a/Config.mk
+++ b/Config.mk
@@ -1,7 +1,7 @@
 # -*- mode: Makefile; -*-
 
 # A debug build of Xen and tools?
-debug ?= n
+debug ?= y
 
 XEN_COMPILE_ARCH    ?= $(shell uname -m | sed -e s/i.86/x86_32/ \
                          -e s/i86pc/x86_32/ -e s/amd64/x86_64/)